home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 37
/
Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso
/
+system+
/
tools
/
wb
/
kingcon1.3
/
handler
/
kingcon-mountlist
< prev
Wrap
Text File
|
1998-09-07
|
617b
|
37 lines
/** $VER: KingCON-mountlist 1.3 (31.05.94)
**
** Mountlist-entries for KCON and KRAW.
**
** Don't forget to Assign DISMOUNT both CON: and RAW: before
** you try to mount the new devices with the same names!!
**
** David Larsson
**/
KCON:
Handler = L:KingCON-handler
StackSize = 4096
Priority = 5
GlobVec = -1
#
KRAW:
Handler = L:KingCON-handler
StackSize = 4096
Priority = 5
GlobVec = -1
#
CON:
Handler = L:KingCON-handler
StackSize = 4096
Priority = 5
GlobVec = -1
#
RAW:
Handler = L:KingCON-handler
StackSize = 4096
Priority = 5
GlobVec = -1
#